Converts the specified string representation of a presence description to its
Owner equivalent.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic static Owner Parse(
string owner
)
Public Shared Function Parse (
owner As String
) As Owner
Parameters
- owner
- Type: SystemString
A string containing a owner to convert.
Return Value
Type:
OwnerA
Owner equivalent contained in the owner parameter.
See Also